﻿2026-06-09T09:52:55.4483660Z ##[group]Run actions/checkout@v5
2026-06-09T09:52:55.4484489Z with:
2026-06-09T09:52:55.4484929Z   repository: SaberMage/spt-core
2026-06-09T09:52:55.4488507Z   token: ***
2026-06-09T09:52:55.4488921Z   ssh-strict: true
2026-06-09T09:52:55.4489466Z   ssh-user: git
2026-06-09T09:52:55.4489876Z   persist-credentials: true
2026-06-09T09:52:55.4490548Z   clean: true
2026-06-09T09:52:55.4490964Z   sparse-checkout-cone-mode: true
2026-06-09T09:52:55.4491426Z   fetch-depth: 1
2026-06-09T09:52:55.4491826Z   fetch-tags: false
2026-06-09T09:52:55.4492233Z   show-progress: true
2026-06-09T09:52:55.4492632Z   lfs: false
2026-06-09T09:52:55.4493013Z   submodules: false
2026-06-09T09:52:55.4493490Z   set-safe-directory: true
2026-06-09T09:52:55.4494182Z ##[endgroup]
2026-06-09T09:52:55.5439213Z Syncing repository: SaberMage/spt-core
2026-06-09T09:52:55.5441240Z ##[group]Getting Git version info
2026-06-09T09:52:55.5442104Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-06-09T09:52:55.5443227Z [command]/usr/bin/git version
2026-06-09T09:52:55.5443691Z git version 2.43.0
2026-06-09T09:52:55.5449735Z ##[endgroup]
2026-06-09T09:52:55.5461565Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/1ade2a4b-358d-491f-800a-41cd74ae3296' before making global git config changes
2026-06-09T09:52:55.5462790Z Adding repository directory to the temporary git global config as a safe directory
2026-06-09T09:52:55.5464700Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-09T09:52:55.5500373Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-09T09:52:55.5521599Z https://github.com/SaberMage/spt-core
2026-06-09T09:52:55.5534883Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-09T09:52:55.5538784Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-09T09:52:55.5572965Z refs/heads/dev-freeform
2026-06-09T09:52:55.5580552Z [command]/usr/bin/git checkout --detach
2026-06-09T09:52:55.5724909Z HEAD is now at cabdc61 release: prep v0.3.2 (version bump + CHANGELOG)
2026-06-09T09:52:55.5764272Z [command]/usr/bin/git branch --delete --force dev-freeform
2026-06-09T09:52:55.5795870Z Deleted branch dev-freeform (was cabdc61).
2026-06-09T09:52:55.5832452Z ##[endgroup]
2026-06-09T09:52:55.5834024Z [command]/usr/bin/git submodule status
2026-06-09T09:52:55.6031032Z ##[group]Cleaning the repository
2026-06-09T09:52:55.6034947Z [command]/usr/bin/git clean -ffdx
2026-06-09T09:52:58.3014534Z Removing target/
2026-06-09T09:52:58.3028903Z [command]/usr/bin/git reset --hard HEAD
2026-06-09T09:52:58.3123255Z HEAD is now at cabdc61 release: prep v0.3.2 (version bump + CHANGELOG)
2026-06-09T09:52:58.3128844Z ##[endgroup]
2026-06-09T09:52:58.3130540Z ##[group]Disabling automatic garbage collection
2026-06-09T09:52:58.3133710Z [command]/usr/bin/git config --local gc.auto 0
2026-06-09T09:52:58.3159446Z ##[endgroup]
2026-06-09T09:52:58.3159989Z ##[group]Setting up auth
2026-06-09T09:52:58.3164734Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-09T09:52:58.3191592Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-09T09:52:58.3394582Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-09T09:52:58.3420199Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-09T09:52:58.3608024Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-09T09:52:58.3635474Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-09T09:52:58.3832034Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-09T09:52:58.3864034Z ##[endgroup]
2026-06-09T09:52:58.3864611Z ##[group]Fetching the repository
2026-06-09T09:52:58.3871456Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +cabdc614fc0416e3a57de0a21b229db485089320:refs/remotes/origin/dev-freeform
2026-06-09T09:52:58.8901075Z ##[endgroup]
2026-06-09T09:52:58.8901757Z ##[group]Determining the checkout info
2026-06-09T09:52:58.8902357Z ##[endgroup]
2026-06-09T09:52:58.8906390Z [command]/usr/bin/git sparse-checkout disable
2026-06-09T09:52:58.8950880Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-09T09:52:58.8972639Z ##[group]Checking out the ref
2026-06-09T09:52:58.8975550Z [command]/usr/bin/git checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-09T09:52:58.9015327Z Switched to a new branch 'dev-freeform'
2026-06-09T09:52:58.9015987Z branch 'dev-freeform' set up to track 'origin/dev-freeform'.
2026-06-09T09:52:58.9022989Z ##[endgroup]
2026-06-09T09:52:58.9063568Z [command]/usr/bin/git log -1 --format=%H
2026-06-09T09:52:58.9086527Z cabdc614fc0416e3a57de0a21b229db485089320
